home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
kingsky.swf
/
scripts
/
DefineSprite_38
/
frame_5
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
129b
|
12 lines
rand = random(2);
if(rand == 0)
{
gotoAndStop("cengir");
play();
}
else
{
gotoAndStop("melet");
play();
}